-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STC2 #569
Merged
Merged
STC2 #569
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cheackraze
approved these changes
Nov 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would have preffered a switch case and have the report method handle the logic of the channel based on the UIKey fed to it, but this will work for now
Cheackraze
approved these changes
Nov 13, 2023
FrontierATC
added a commit
that referenced
this pull request
Nov 13, 2023
dvir001
pushed a commit
to dvir001/frontier-station-14
that referenced
this pull request
Jan 1, 2024
Nothing much. Just a small quality of life.
Cheackraze
pushed a commit
that referenced
this pull request
Jan 2, 2024
* Fluffy tail for felinids (#433) * Fluffy tail for felinids After 9 years. I finished it. (Requires Phil's approval, will put it to ready for review as soon as he gets to see fully the fully finished PR) * An small update. Updated meta.json to include all numbers to be equal. Updated PNG to allow updated numbers to have actual sprites and not just empty sprites. * Improved the tail sprite. Proper animation and code. * Updates ftl for it to properly work. * Prevent shooting while inside a duffelbag (#510) Anyone shoved into a duffelbag gets an ItemComponent. This denies anyone with an ItemComponent from shooting a gun. * Prevent pseudoitems from being transferred between bags (#553) * Update PseudoItemSystem.cs * Rider full cleanup * Also abort in sharedstorage * Make the comp shared * Why drop the bags? * Make felinids meow it instead of sayin it. (#543) * Make felinids meow it instead of sayin it. A note: snapping doesnt even make a sound effect on humans. Only putting it just incase that ever gets fixed upstream. Also fixes issue #525 A simple PR. * Hopefully fixes yaml linter. * Removes notes. * Fixing * FTL fix * Missing FTL * fix tattoos * Updates more variation of mraowing. (#604) Thats it. * Allow vulpkaning to sigh. (#569) Nothing much. Just a small quality of life. * What the hell is even a yeep? * Update felinid.yml --------- Co-authored-by: Adrian16199 <[email protected]> Co-authored-by: Bakke <[email protected]> Co-authored-by: Debug <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the PR
Fix STC radio, split into channels.
Why / Balance
The blackmarket no longer snitch with owner name, instead it will report to security with ship name only.
Technical details
C# update
Media
Breaking changes
N/A
Changelog
🆑 dvir01